import { GetStaticPaths, GetStaticProps } from "next"; export declare const getStaticPaths: GetStaticPaths; export declare const getStaticProps: GetStaticProps;